remove web linnks from string python

57

remove web linnks from string python -

re.sub(r'http\S+', '', stringliteral)

Comments

Submit
0 Comments